home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 8 / PC Guide Interactive Issue 8 (Future Publishing)(1996).bin / scream.bat < prev    next >
DOS Batch File  |  1995-12-12  |  446b  |  36 lines

  1. @echo off
  2. d:
  3. if exist checklog.mml goto logd
  4. e:
  5. if exist checklog.mml goto loge
  6. f:
  7. if exist checklog.mml goto logf
  8. g:
  9. if exist checklog.mml goto logg
  10. h:
  11. if exist checklog.mml goto logh
  12. goto end
  13. :logd
  14. dscre
  15. goto end
  16. :loge
  17. escre
  18. goto end
  19. :logf
  20. fscre
  21. goto end
  22. :logg
  23. gscre
  24. goto end
  25. :logh
  26. hscre
  27. goto end
  28.  
  29. :end
  30. cls
  31. echo.
  32. echo.
  33. echo Unable to locate program files. Please run this install directly from CD
  34. echo.
  35. pause
  36.